Method: Rugged::Object#<=>
- Defined in:
- lib/rugged/object.rb
#<=>(other) ⇒ Object
8 9 10 |
# File 'lib/rugged/object.rb', line 8 def <=>(other) self.oid <=> other.oid end |
8 9 10 |
# File 'lib/rugged/object.rb', line 8 def <=>(other) self.oid <=> other.oid end |